home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Games / adjust4 / setup / setup.exe / scripts / DefineButton2_23 / BUTTONCONDACTION on(release).as
Text File  |  2012-06-02  |  553b  |  23 lines

  1. on(release){
  2.    with(_root.falseface)
  3.    {
  4.       gotoAndPlay("down");
  5.    }
  6.    with(_root.trueface)
  7.    {
  8.       gotoAndPlay("down");
  9.    }
  10.    _root.timebox.eee = 0;
  11.    _root.pfh.red0.gotoAndStop(1);
  12.    _root.pfh.red1.gotoAndStop(1);
  13.    _root.pfh.red2.gotoAndStop(1);
  14.    _root.pfh.red3.gotoAndStop(1);
  15.    _root.pfh.red4.gotoAndStop(1);
  16.    _root.pfh.red5.gotoAndStop(1);
  17.    _root.pfh.red6.gotoAndStop(1);
  18.    _root.pfh.red7.gotoAndStop(1);
  19.    _root.pfh.red8.gotoAndStop(1);
  20.    _root.pfh.red9.gotoAndStop(1);
  21.    this.removeMovieClip();
  22. }
  23.